home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / show / supervlib83dev.lha / superview-lib_DEV / Programmers / fd / svsupport.fd < prev   
Text File  |  1994-09-21  |  1KB  |  33 lines

  1. ** $VER: svsupport.fd 4.1 (15.6.94)
  2. ##base SVSupportBase
  3. ##bias 30
  4. ##public 
  5. SVSUP_GetMemList()()
  6. SVSUP_FreeMemList(mlist)(A1)
  7. SVSUP_AddMemEntry(mlist,pointer)(A1/A2)
  8. SVSUP_AllocMemEntry(mlist,size,type)(A1,D0/D1)
  9. SVSUP_CheckInterleaved(sc)(A1)
  10. SVSUP_GetXAspect(sc)(A1)
  11. SVSUP_GetYAspect(sc)(A1)
  12. SVSUP_GetBitMapDepth(sc)(A1)
  13. SVSUP_GetBitMapHeight(sc)(A1)
  14. SVSUP_GetBodySize(sc)(A1)
  15. SVSUP_GetStdScreenSize(mode_id,width,height)(D0,A1/A2)
  16. SVSUP_GetBestModeID(width,height,depth)(D0/D1/D2)
  17. SVSUP_CopyScreenToBuffer8(sc,buffer,width,height,depth)(A1/A2,D0/D1/D2)
  18. ** added with V2
  19. SVSUP_LoadControlPad(filename,controlpad)(A1/A2)
  20. SVSUP_SaveControlPad(filename,controlpad)(A1/A2)
  21. SVSUP_FreeControlPad(controlpad)(A1)
  22. SVSUP_FindControlPad(controlpad,name,content)(A1/A2/A3)
  23. ** added with V3
  24. SVSUP_BitPlaneToOnePlane8(sourcegfx,retgfx)(A1/A2)
  25. SVSUP_OnePlaneToBitPlane8(sourcegfx,retgfx)(A1/A2)
  26. SVSUP_ScreenToOnePlane8(sc,retgfx)(A1/A2)
  27. SVSUP_ScreenToBitPlane8(sc,retgfx)(A1/A2)
  28. ** added with V4
  29. SVSUP_DisplayGfxBuffer(displayhandle)(A1)
  30. SVSUP_UnDisplayGfxBuffer(displayhandle)(A1)
  31. SVSUP_FreeGfxBuffer(gfxbuffer)(A1)
  32. ##end
  33.